home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / flash_ch.swf / scripts / DefineButton2_63 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  165b  |  4 lines

  1. on(release){
  2.    _root.moveRealPlayer(_root.pieceSelected.row << 9 | _root.pieceSelected.col << 6 | this._parent.row << 3 | this._parent.col,_root.SIDE_PLAYER);
  3. }
  4.